home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 83
/
(Vol 83) My Disc.iso
/
Games
/
blobz.swf
/
scripts
/
frame_7
/
DoAction.as
Wrap
Text File
|
2008-08-08
|
325b
|
17 lines
if(round == "round2")
{
_root.rounds.gotoAndPlay(60);
}
else if(round == "finalround")
{
_root.rounds.gotoAndPlay(116);
}
blueCounter = 0;
blueBlown = false;
blueKey = "none";
redCounter = 0;
redBlown = false;
redKey = "none";
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);